Version

ReadOnlyObservableCollectionWrapper<T> Class

A read-only observable collection that wraps an observable collection.
Syntax
public class ReadOnlyObservableCollectionWrapper<T> : System.Collections.ObjectModel.ReadOnlyCollection<T> 
Type Parameters
T
The type of items in the collection
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also